home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / word_prc / njj30exe.zip / NJJDIC.DOC < prev    next >
Text File  |  1994-11-20  |  2KB  |  42 lines

  1.  
  2. NJJDIC - Convert a Japanese EUC input table to DIC file for NJSTAR.
  3.  
  4. Usage: NJJDIC inputfilename outputfilename
  5.  
  6. Example: NJJDIC 4corner4.euc njinputc.dic
  7.  
  8. The output file name should be NJINPUTx.DIC (where x=A-Z)
  9.  
  10. In NJSTAR <Exinput> command, Pressing 'x' will let NJSTAR load NJINPUTx.dic
  11.  
  12. NOTE: if you create a useful Input dictionary for NJSTAR. Please make it
  13.       availabe to the public for the common interest of Japanese community.
  14.  
  15. In the EUC input file NJINPUTx.EUC, you should have a line like bellow.
  16.  
  17. ******************************************************************************
  18. * line start with * are comment line
  19. *
  20. * +------------------- Input method name in ASCII or EUC (max 8 bytes)
  21. * |     +------------- N - Number key (0-9), A - Alpha key (a-z)
  22. * |     |              X - Alpha and numerical key(0-9 :;<=>?@[\] a-z)
  23. * |     | +----------- Max key length
  24. * |     | | +--------- M - Multiple selection or U - Unique key (1 CC per key)
  25. * |     | | |  +------ Range of Key Character ( 0-9 for Num Key; a-z for Alpha
  26. * |     | | |  |                    key; 0-z for Alpha Numerical key [0-9a-z])
  27. * |     | | |  |  +--- Learning key (not implemented yet)
  28. * |     | | |  |  | +- Input method name in ASCII of max 8 chars
  29. * |     | | |  |  | |          +-- anything after here
  30. * |     | | |  |  | |          |
  31. * V     V V V  V  V V          V
  32. 4Corner N 4 M 0-9 0 FourCorn   **********
  33. 1010 ░í
  34. 6101 ░ó
  35. 4441 ░ú
  36. 7122 ░ñ
  37. 0073 ░Ñ
  38. 2024 ░ª
  39. 5303 ░º
  40. ....
  41. ....
  42.